C1.DataCollection.EntityFrameworkCore Assembly / C1.DataCollection.EntityFrameworkCore Namespace / C1EntityFrameworkCoreVirtualDataCollection<T> Class / OnCollectionChanged Method
The object that originated the change.
The System.Collections.Specialized.NotifyCollectionChangedEventArgs instance containing the event data.

In This Topic
OnCollectionChanged Method (C1EntityFrameworkCoreVirtualDataCollection<T>)
In This Topic
Raises the CollectionChanged event.
Syntax
'Declaration
 
Protected Overridable Sub OnCollectionChanged( _
   ByVal sender As Object, _
   ByVal e As NotifyCollectionChangedEventArgs _
) 
 

Parameters

sender
The object that originated the change.
e
The System.Collections.Specialized.NotifyCollectionChangedEventArgs instance containing the event data.
See Also